Welcome![Sign In][Sign Up]
Location:
Search - write shape

Search list

[GIS programshapelib

Description: 一个用来读取shp文件的c语言库,里面包括shp文件的结构。dbf的读写也有。-used to read a document c AutoCAD language databases, including AutoCAD documents inside the structure. Dbf read and write well.
Platform: | Size: 24576 | Author: wxk | Hits:

[GIS programClipShapefileByFeatureVisual_Cpp

Description: 好东西,C#写的,学习一下,呵呵,真的不错的 -good things, the C# to write, learn from this, what is really good
Platform: | Size: 49152 | Author: liuxu | Hits:

[Other systemsshapelib-1.2.8

Description: ESRI SHAPE文件读/写源代码。SHAPE是GIS中的重要文件格式,本代码对于研究SHAPE文件格式,实现独立代码读/写SHAPE而言,将非常轻松。建议首先阅读SHAPE文件格式白皮书。-ESRI SHAPE document read/write source code. SHAPE is a major GIS file format, the code for research SHAPE file format, achieve independent code reading/writing SHAPE, will be very relaxed. SHAPE proposal was first read the White Paper document format.
Platform: | Size: 427008 | Author: bbsqqbbs | Hits:

[GIS programSPSHPLib

Description: 读写ESRI Shape文件的纯C++源码-ESRI Shape file to read and write pure C++ Source
Platform: | Size: 1076224 | Author: 陈光辉 | Hits:

[JSP/Javashapefile

Description: shape file read and write
Platform: | Size: 280576 | Author: sunrui_cn | Hits:

[GDI-BitmapGeometryDraw

Description: 画图 2.计算计算一组几何图形的面积之和重新写一个函数,类似于sum函数 3.在Shape中添加一个纯虚函数void Draw(CDC *pDC, Coordinate *m_pCoordinate) 它将作为所有几何类绘图的共同方法。 4.添加一个坐标系类:Coordinate。 5.在Polygon中重载void Draw(CDC *pDC) 6.在Ellipse中重载void draw(CDC *pDC) 7.在View类中的OnDraw(CDC *pDC)中将图形画出来 8.调用void draw(CDC *pDC, Shape *a[], int n)实现多个几何图形的绘制-Paint 2. Calculation of calculating a set of geometric shapes of the area and re-write a function, similar to sum function 3. In Shape Add a pure virtual function void Draw (CDC* pDC, Coordinate* m_pCoordinate) it will serve as all the geometric types of graphics common methodology. 4. Add a coordinate system type: Coordinate. 5. Polygon in overloaded void Draw (CDC* pDC) 6. In the Ellipse in overloaded void draw (CDC* pDC) 7. In the View class OnDraw (CDC* pDC) will be drawn graphics 8. Call void draw (CDC* pDC, Shape* a [], int n) the mapping of multiple geometric shapes
Platform: | Size: 104448 | Author: 张平 | Hits:

[GIS programshapelib

Description: 读写ESRI公司Shape格式文件的C底层类库,十分简洁强大,大名鼎鼎的OGR library中对Shape文件的IO就是用的这个库,包含完整代码,文档和测试工程,或用于C/C++,C#,VB等-Read and write ESRI, Shape file format underlying C library, a very concise powerful, the famous OGR library of Shape files IO is to use the library, contains the complete code, documentation and testing projects, or for C/C+ 2B !, C#, VB, etc.
Platform: | Size: 406528 | Author: sun | Hits:

[Special EffectsmyASM

Description: 自己写的Active Shape Model face segmentation 代码 -Write their own Active Shape Model face segmentation code
Platform: | Size: 174080 | Author: Roger | Hits:

[GIS programCShapeFile

Description: 公司项目中的shape文件读写源代码,用VC++开发的 能编译运行 希望对从事GIS的工作者有所帮组-Company projects shape documents to read and write source code, with VC++ Developed to run the compiler would like to be engaged in GIS-help group workers
Platform: | Size: 3042304 | Author: liujia | Hits:

[VHDL-FPGA-VerilogCAM

Description: CAM is useful vhdl code to understand its architecture which helps to write any code
Platform: | Size: 1024 | Author: Viral | Hits:

[GIS programshapefile_read_write

Description: shape file read and write
Platform: | Size: 654336 | Author: zxb | Hits:

[GIS programreadfile8

Description: 使用C文件指针读写ArcGIS中的shape文件-ArcGIS using the C file pointer to read and write in the shape file
Platform: | Size: 3517440 | Author: 梁新韵 | Hits:

[Software EngineeringMatrix_Transform_shape_and_color_of_the_image_dist

Description: 寻找一份自己以前的已经发生颜色或形状畸变的照片,按照上面实验的原理,做出有效的校正,要求写出实验报告。-To find that his past has occurred in a color or shape distortion of the photo, in accordance with the above principle of the experiment to make an effective correction required to write lab report.
Platform: | Size: 108544 | Author: 林文 | Hits:

[Othershape

Description: Shape成为一个包含接口(供层次结构中的类使用)的抽象基类。从类Shape派生出二维形状类TwoDimensionalShape和三维形状类ThreeDimensionalShape,它们也都是抽象类,然后用虚函数print输出每个类的类型和维数。为了计算类层次结构中每个具体类的对象,这两个类中还要包括虚函数area和volume。最后再编写一个程序测试类Shape的层次结构-Shape into a contained interface (for the class hierarchy to use) an abstract base class. Derived from the class of two-dimensional shape of class Shape and three-dimensional shape of class TwoDimensionalShape ThreeDimensionalShape, they are abstract classes, and then use virtual function print the output for each class type and dimension. To calculate the class hierarchy for each specific class of objects, these two classes should also include the virtual function area and volume. Finally, write a program to test class hierarchy Shape
Platform: | Size: 245760 | Author: 大为 | Hits:

[Graph DrawingShape

Description: 写一个画图小程序MiniDraw,要求画直线(Line),椭圆(Ellipse),矩形(Rectangle),多边形(Polygon)等图形元素(图元)。 每种图元需用一个类(对象)来封装,如CLine, CEllipse, CRect, CPolygon; 各种图元可从一个父类CShape来继承; 每种图元的绘制不一样,但是绘制接口在父类中是一样,因此可学习和使用类的多态性。 -Write a drawing applet MiniDraw, required drawing a straight line (Line), Oval (Ellipse), rectangular (Rectangle), polygons (Polygon) and other graphic elements (primitives). Xu Yong of each pixel of a class (object) to encapsulate, as CLine, CEllipse, CRect, CPolygon A variety of primitives from a parent class CShape to succeed Each pixel of the drawing is not the same, but draw the interface in the parent class is the same, so you can learn and use class polymorphism.
Platform: | Size: 2050048 | Author: 陈婉 | Hits:

[GIS programshape

Description: 对shape文件的读写功能,可以打开,平移,缩放图层,可以读坐标,属性,-Shape file read and write capabilities, you can open, pan, zoom layer, you can read the coordinates, attributes, etc.
Platform: | Size: 5915648 | Author: 赵维维 | Hits:

[OtherShape-memory

Description: Help to write UMAT for shape memory alloys
Platform: | Size: 272384 | Author: Hamid | Hits:

[GIS programgeoShap

Description: 使用geotools读写SHAPE文件,可直接导入工程运行-Use geotools read and write SHAPE files can be directly imported engineering run
Platform: | Size: 14336 | Author: hejing | Hits:

[OtherSHAPE

Description: 读写Shape,能够实现读取和写进shape文件,了解shape文件的结构-read and write Shape file
Platform: | Size: 16384 | Author: ran | Hits:

[VHDL-FPGA-Verilogshape

Description: 基于FPGA的成型滤波器的代码,里面内附激励文件,使用verilog编写-FPGA-based shaping filter code, which included incentives files using verilog write
Platform: | Size: 1862656 | Author: 刘先生 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net